#########################################################################
#  The Coming of the Boer War
#########################################################################
event = {
	id = 17600
	random = no
	country = ORA

	trigger = {
		event = 17700
		NOT = {
			war = { country = TRN country = ORA }
		}
		NOT = {
			war = { country = ORA country = ENG }
		}
		NOT = {
			peace_treaty = { country = ORA country = ENG }
		}
	}

	name = "EVT_6922_NAME"
	desc = "EVT_17600_DESC"
	style = 0

	picture = coming_of_boer_war

	date = { day = 15 month = october year = 1899 }

	action_a = {
		name = "ACTIONNAME17600A" # Support the Transvaal
		command = { type = war which = ENG }
		command = { type = alliance which = TRN }
		command = { type = relation which = TRN value = 300 }
	}
	action_b = {
		name = "ACTIONNAME17600B" # Remain Neutral
		command = { type = prestige value = -15 }
		command = { type = pop_militancy which = officers value = 4  }
		command = { type = pop_militancy which = soldiers value = 4  }
		command = { type = pop_militancy which = farmers value = 4  }
		command = { type = pop_militancy which = labourers value = 4  }
		command = { type = relation which = TRN value = -200 }
		command = { type = relation which = ENG value = 50 }
	}
}

#########################################################################
#  The Boer Guerilla Campaign
#########################################################################

event = {
	id = 17601
	random = no
	country = ORA

	trigger = {
		war = { country = ORA country = ENG }
		control = { province = 2700 data = ENG } #Bloemfontein
		}

	name = "EVT_6924_NAME"
	desc = "EVT_6924_DESC"
	style = 0

	date = { day = 1 month = june year = 1900 }
	offset = 10
	deathdate = { day = 1 month = january year = 1908 }

	action_a = {
		name = "ACTIONNAME14231A" #Surrender
		ai_chance = 100
		command = { type = trigger which = 6950 } #ENG
		}

	action_b = {
		name = "ACTIONNAME6925B" #Fight On
		ai_chance = 0
		command = { type = reliability which = infantry value = -5 }
		command = { type = reliability which = cavalry value = -5 }
		command = { type = reliability which = dragoon value = -5 }
		command = { type = reliability which = irregular value = -5 }
		}
	}